Skip to content

chore(deps): bump authlib from 1.6.9 to 1.7.0#541

Merged
gkorland merged 2 commits intostagingfrom
dependabot/uv/staging/authlib-1.7.0
Apr 21, 2026
Merged

chore(deps): bump authlib from 1.6.9 to 1.7.0#541
gkorland merged 2 commits intostagingfrom
dependabot/uv/staging/authlib-1.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2026

Bumps authlib from 1.6.9 to 1.7.0.

Release notes

Sourced from authlib's releases.

v1.7.0

What's Changed

New Contributors

Full Changelog: authlib/authlib@v1.6.10...v1.7.0

v1.6.11

Full Changelog: authlib/authlib@v1.6.10...v1.6.11

  • Fix CSRF issue with starlette client

v1.6.10

Full Changelog: authlib/authlib@v1.6.9...v1.6.10

  • Fix redirecting to unvalidated redirect_uri on UnsupportedResponseTypeError.
Commits
  • 5d2e603 chore: release 1.7.0
  • 767f08b fix: CSRF issue with starlette client
  • e9aaef3 Merge pull request #877 from authlib/merge/1.6
  • 3c8ec9a Merge branch 'main' into merge/1.6
  • ef09aeb chore: release 1.6.10
  • 3be0846 fix: redirecting to unvalidated redirect_uri on UnsupportedResponseTypeError
  • 4cf6f97 Merge pull request #876 from guillett/patch-1
  • 23f67b4 Update README.md docs.authlib.org/en/latest => docs.authlib.org/en/stable
  • 1040163 chore: prek autoupdate
  • 491209f Merge pull request #875 from azmeuk/doc
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 19, 2026
@overcut-ai
Copy link
Copy Markdown

overcut-ai bot commented Apr 19, 2026

Completed Working on "Code Review"

✅ Review publishing completed successfully: posted comments from all chunks and submitted final review (COMMENT) with summary. Total comments: 1 across 1 files.

✅ Workflow completed successfully.


👉 View complete log

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 19, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 2 package(s) with unknown licenses.
See the Details below.

License Issues

uv.lock

PackageVersionLicenseIssue Type
authlib1.7.0NullUnknown License
joserfc1.6.4NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/authlib 1.7.0 UnknownUnknown
pip/joserfc 1.6.4 UnknownUnknown

Scanned Files

  • uv.lock

Copy link
Copy Markdown

@overcut-ai overcut-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Final Review Summary

Findings by severity:

  • BLOCKER: 0
  • CRITICAL: 0
  • MAJOR: 1
  • MINOR: 0
  • SUGGESTION: 0
  • PRAISE: 0

Key themes:

  1. Supply-chain governance gap introduced by transitive dependency changes.
  2. Authentication surface expansion (joserfc) without explicit approval/pinning policy.

Actionable next steps:

  1. Perform dependency review for joserfc (security + license).
  2. Enforce dependency governance for this transitive addition (explicit pin/constraint in project policy or documented transitive pinning approach).
  3. Regenerate and commit lockfile after policy-compliant dependency handling.

Comment thread uv.lock
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "cryptography" },
{ name = "joserfc" },
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[major]: Upgrading to authlib 1.7.0 introduces joserfc transitively. Treat this as a distinct auth-surface dependency and require explicit governance (approval/pinning/monitoring) rather than implicit transitive drift.

Bumps [authlib](https://github.com/authlib/authlib) from 1.6.9 to 1.7.0.
- [Release notes](https://github.com/authlib/authlib/releases)
- [Commits](authlib/authlib@v1.6.9...v1.7.0)

---
updated-dependencies:
- dependency-name: authlib
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/staging/authlib-1.7.0 branch from f3c1b7b to c4b496a Compare April 21, 2026 09:48
@gkorland gkorland merged commit d6c0fb2 into staging Apr 21, 2026
10 checks passed
@gkorland gkorland deleted the dependabot/uv/staging/authlib-1.7.0 branch April 21, 2026 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant